if(GetCommonData("BackgroundStop")==0){

hscroll-=scrollspeed; vscroll-=scrollspeed;
scroll+=scrollspeed;
	if(scroll>=600){ scroll-=600; }

} //Background Stop

if(phase>=10 && stagephase>=2 && eclipse<80){ eclipse+=0.003; }